config.in:
Remove ACPI from xenolinux config opts.
source drivers/char/Config.in
-
source fs/Config.in
mainmenu_option next_comment
if [ "$CONFIG_VT" = "y" ]; then
bool 'VGA text console' CONFIG_VGA_CONSOLE
bool 'Dummy console' CONFIG_DUMMY_CONSOLE
-# bool 'Video mode selection support' CONFIG_VIDEO_SELECT
fi
endmenu
-
mainmenu_option next_comment
comment 'Kernel hacking'
bool ' Compile the kernel with frame pointers' CONFIG_FRAME_POINTER
fi
-source drivers/acpi/Config.in
-
int 'Kernel messages buffer length shift (0 = default)' CONFIG_LOG_BUF_SHIFT 0
endmenu